home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / Ang261Lib.lha / src / READ.ME < prev    next >
Text File  |  1994-10-22  |  766b  |  14 lines

  1. To get Angband running, edit config.h and the Makefile as directed.
  2. You may need to change the compiler, as well.  The code has been
  3. tested with the following systems: NEXTSTEP, SunOS, Ultrix, HPUX, Atari.
  4. Linux support is preliminary; contact Pete Berger@lm.net with Linux problems.
  5.  
  6. I have included the BSD random() library because it offers a much better 
  7. random number generator than what was provided in rnd.c.  If your system
  8. complains about "random" being undefined at link time, then you should compile
  9. random.c and add it to your system's libc (or add it to the link via the
  10. Makefile).  Note that this is unlikely to be a problem on any but the most
  11. antiquated Sys V unix system, but will happen on PC's.
  12.  
  13.     Any problems, please email "cs4w+@andrew.cmu.edu"
  14.